home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / schoolsh.zip / CLEAR.BAT < prev    next >
DOS Batch File  |  1995-09-28  |  2KB  |  38 lines

  1. ECHO OFF
  2. CLS
  3. echo   You are about to ERASE all of your created records, from your present
  4. echo   location.  This will mean that you will have a BARE BONES program, but
  5. echo   NO RECORDED DATA.  You will be starting fresh, creating your new forms
  6. echo   for the new year, new class period, or whatever happens to be your
  7. echo   specific situation.  If you have not already used the SAVE option, to
  8. echo   preserve your past files on a disk, and you wish to, please ABORT this
  9. echo   screen by typing CTRL and C, at the same time, and then answer Y to
  10. echo   the "Abort Batch Job" prompt. Then type SAVE, press ENTER and follow
  11. echo   the instructions. (Have you considered the PRESERVE option?  You may
  12. echo   want to ABORT, type PRESERVE, press ENTER, and read the description of
  13. echo   what it is.  You can ABORT it, without taking action, if you wish to
  14. echo   return here and use the CLEAR option.)
  15. echo   NOTE: Do NOT attempt to save files from one class period, year, etc,
  16. echo   to the same backup disk where you saved files from a previous class
  17. echo   period, year, etc, because the previous files will be WRITTEN over by
  18. echo   the newly saved files, and lost.  If the files that you have previously
  19. echo   saved, are also included in the files that you are presently saving,
  20. echo   meaning that what you are saving is simply an UPDATE of the previous
  21. echo   files, then that is perfectly ok.
  22. echo.
  23. echo   If you are ready to clear your program of all records, just press the
  24. echo   ENTER key.  If you wish to SAVE records first, ABORT in the manner
  25. echo   indicated above.
  26. pause
  27. del *.rec
  28. CLS
  29. echo.
  30. echo.
  31. echo   Your records are now all erased.  Press the ENTER key, to return to
  32. echo   DOS, and then type GO and press ENTER again, to activate the
  33. echo   HOME SCHOOL program, and create new forms, etc, for the upcoming
  34. echo   period.  OR you can terminate your session, from DOS.
  35. echo.
  36. echo.
  37. pause
  38.